'宣言 Public Function IsLayerExportable( _ ByVal layer As System.Object _ ) As System.Boolean
public System.bool IsLayerExportable( System.object layer )
パラメータ
- layer
- チェックするレイヤー。
戻り値の型
レイヤーがエクスポート可能な場合はtrue、それ以外の場合はfalse。
'宣言 Public Function IsLayerExportable( _ ByVal layer As System.Object _ ) As System.Boolean
public System.bool IsLayerExportable( System.object layer )