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