BufferSnapCS.BufferSnap.RegisterFunction C# (CSharp) 메소드

RegisterFunction() 개인적인 메소드

private RegisterFunction ( Type registerType ) : void
registerType Type
리턴 void
    static void RegisterFunction(Type registerType)
    {
      // Required for ArcGIS Component Category Registrar support
      ArcGISCategoryRegistration(registerType);
    }