PartProxy
LuaPartLoad Method |
Load a dwg part structure from file as child of the current part
Returns the top loaded part
Namespace: PartProxy
Assembly: PartProxy (in PartProxy.dll) Version: 1.0.0.0 (1.0.0.0)

public LuaPart Load( string filename )
Public Function Load ( filename As String ) As LuaPart
public: LuaPart^ Load( String^ filename )
member Load : filename : string -> LuaPart
Parameters
- filename
- Type: SystemString
The filename.
Return Value
Type: LuaPartLuaPart.

Exception | Condition |
---|---|
InvalidOperationException | Unable to call the method on part. |
